home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TQUICKACTFORM / TQUICKACTFORM.txt
Text File  |  2007-06-06  |  8KB  |  336 lines

  1. object QuickActForm: TQuickActForm
  2.   Left = 286
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Quick action start'
  7.   ClientHeight = 492
  8.   ClientWidth = 448
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 519
  11.   Constraints.MinWidth = 454
  12.   ParentFont = True
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel3: TBevel
  21.     Left = 76
  22.     Top = 8
  23.     Width = 365
  24.     Height = 5
  25.     Shape = bsBottomLine
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 448
  30.     Width = 448
  31.     Height = 3
  32.     Align = alBottom
  33.     Shape = bsBottomLine
  34.   end
  35.   object lbActPrms: TLabel
  36.     Left = 4
  37.     Top = 4
  38.     Width = 81
  39.     Height = 13
  40.     Caption = 'Action params'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 0
  50.     Top = 451
  51.     Width = 448
  52.     Height = 41
  53.     Align = alBottom
  54.     BevelOuter = bvNone
  55.     TabOrder = 0
  56.     DesignSize = (
  57.       448
  58.       41)
  59.     object btOk: TElPopupButton
  60.       Left = 210
  61.       Top = 8
  62.       Width = 113
  63.       Height = 25
  64.       DrawDefaultFrame = False
  65.       Caption = 'OK'
  66.       TabOrder = 0
  67.       OnClick = btOkClick
  68.       Anchors = [akRight, akBottom]
  69.     end
  70.     object btCancel: TElPopupButton
  71.       Left = 330
  72.       Top = 8
  73.       Width = 113
  74.       Height = 25
  75.       DrawDefaultFrame = False
  76.       Caption = 'Cancel'
  77.       TabOrder = 1
  78.       OnClick = btCancelClick
  79.       Anchors = [akRight, akBottom]
  80.     end
  81.     object btHelp: TElPopupButton
  82.       Left = 8
  83.       Top = 8
  84.       Width = 113
  85.       Height = 25
  86.       ImageIndex = 14
  87.       UseImageList = True
  88.       Images = TrayForm.ilMain
  89.       DrawDefaultFrame = False
  90.       Caption = 'Help'
  91.       TabOrder = 2
  92.       OnClick = btHelpClick
  93.       Anchors = [akLeft, akBottom]
  94.     end
  95.     object btFixOk: TElPopupButton
  96.       Left = 138
  97.       Top = 8
  98.       Width = 47
  99.       Height = 25
  100.       DrawDefaultFrame = False
  101.       ModalResult = 1
  102.       Caption = 'OK'
  103.       TabOrder = 3
  104.       Visible = False
  105.       Anchors = [akRight, akBottom]
  106.     end
  107.   end
  108.   object Panel2: TPanel
  109.     Left = 1
  110.     Top = 18
  111.     Width = 440
  112.     Height = 350
  113.     BevelOuter = bvNone
  114.     Constraints.MinHeight = 350
  115.     Constraints.MinWidth = 440
  116.     FullRepaint = False
  117.     TabOrder = 1
  118.   end
  119.   object Panel3: TPanel
  120.     Left = 0
  121.     Top = 369
  122.     Width = 448
  123.     Height = 79
  124.     Align = alBottom
  125.     BevelOuter = bvLowered
  126.     BorderStyle = bsSingle
  127.     Color = clBtnShadow
  128.     TabOrder = 2
  129.     DesignSize = (
  130.       444
  131.       75)
  132.     object lbTimeToStart: TLabel
  133.       Left = 9
  134.       Top = 8
  135.       Width = 58
  136.       Height = 13
  137.       Caption = 'Time to start'
  138.       Color = clBtnShadow
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clWindow
  141.       Font.Height = -11
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentColor = False
  145.       ParentFont = False
  146.     end
  147.     object dcTimeToStart: TElPageControl
  148.       Left = 12
  149.       Top = 24
  150.       Width = 425
  151.       Height = 49
  152.       Flat = True
  153.       ShowBorder = False
  154.       ShowTabs = False
  155.       Style = etsNetTabs
  156.       TabIndex = 0
  157.       HotTrackFont.Charset = DEFAULT_CHARSET
  158.       HotTrackFont.Color = clBlue
  159.       HotTrackFont.Height = -11
  160.       HotTrackFont.Name = 'MS Sans Serif'
  161.       HotTrackFont.Style = []
  162.       ActivePage = dcOnce
  163.       ActiveTabFont.Charset = DEFAULT_CHARSET
  164.       ActiveTabFont.Color = clWindowText
  165.       ActiveTabFont.Height = -11
  166.       ActiveTabFont.Name = 'MS Sans Serif'
  167.       ActiveTabFont.Style = []
  168.       ParentColor = False
  169.       TabOrder = 0
  170.       UseXPThemes = False
  171.       DockOrientation = doNoOrient
  172.       object dcOnce: TElTabSheet
  173.         PageControl = dcTimeToStart
  174.         Caption = 'DCPage2'
  175.         Color = clBtnShadow
  176.         object lbOnceAt: TLabel
  177.           Left = 12
  178.           Top = 14
  179.           Width = 10
  180.           Height = 13
  181.           Caption = 'At'
  182.           FocusControl = teOnceAt
  183.           Font.Charset = DEFAULT_CHARSET
  184.           Font.Color = clWindow
  185.           Font.Height = -11
  186.           Font.Name = 'MS Sans Serif'
  187.           Font.Style = []
  188.           ParentFont = False
  189.         end
  190.         object lbOnceOn: TLabel
  191.           Left = 216
  192.           Top = 14
  193.           Width = 14
  194.           Height = 13
  195.           Caption = 'On'
  196.           FocusControl = deOnceOn
  197.           Font.Charset = DEFAULT_CHARSET
  198.           Font.Color = clWindow
  199.           Font.Height = -11
  200.           Font.Name = 'MS Sans Serif'
  201.           Font.Style = []
  202.           ParentFont = False
  203.         end
  204.         object teOnceAt: TElDateTimePicker
  205.           Left = 116
  206.           Top = 10
  207.           Width = 89
  208.           Height = 21
  209.           Format = edfLongTime
  210.           FormatString = 'c'
  211.           DateTime = 38809.693713101800000000
  212.           Flat = True
  213.           CalendarLineColorDark = clWindow
  214.           UseSystemStartOfWeek = False
  215.           WeekEndDays = [Sun, Sat]
  216.           MinDate = -693593.000000000000000000
  217.           MaxDate = 999999.000000000000000000
  218.           ButtonWidth = 17
  219.           LineBorderActiveColor = clBlack
  220.           LineBorderInactiveColor = clBlack
  221.           ButtonThinFrame = False
  222.           UnassignedChar = ' '
  223.           TranslateDays = True
  224.           CalendarHolidayColor = clBlack
  225.           AutoAdvance = True
  226.           DockOrientation = doNoOrient
  227.           ParentColor = False
  228.           TabOrder = 0
  229.           TabStop = True
  230.         end
  231.         object deOnceOn: TElDateTimePicker
  232.           Left = 240
  233.           Top = 10
  234.           Width = 114
  235.           Height = 21
  236.           Format = edfShortDate
  237.           FormatString = 'c'
  238.           DateTime = 38809.693713287000000000
  239.           Flat = True
  240.           ShowPopupCalendar = True
  241.           CalendarLineColorDark = clWindow
  242.           StartOfWeek = 1
  243.           UseSystemStartOfWeek = False
  244.           WeekEndDays = [Sun, Sat]
  245.           MinDate = -693593.000000000000000000
  246.           MaxDate = 999999.000000000000000000
  247.           ButtonWidth = 17
  248.           LineBorderActiveColor = clBlack
  249.           LineBorderInactiveColor = clBlack
  250.           ButtonVisible = False
  251.           ButtonThinFrame = False
  252.           UnassignedChar = ' '
  253.           TranslateDays = True
  254.           CalendarHolidayColor = clBlack
  255.           AutoAdvance = True
  256.           DockOrientation = doNoOrient
  257.           ParentColor = False
  258.           TabOrder = 1
  259.           TabStop = True
  260.         end
  261.       end
  262.       object dcNow: TElTabSheet
  263.         PageControl = dcTimeToStart
  264.         Caption = 'DCPage3'
  265.         Color = clBtnShadow
  266.         Visible = False
  267.       end
  268.       object dcAfter: TElTabSheet
  269.         PageControl = dcTimeToStart
  270.         Caption = 'DCPage1'
  271.         Color = clBtnShadow
  272.         Visible = False
  273.         object lbThePeriod: TLabel
  274.           Left = 8
  275.           Top = 12
  276.           Width = 85
  277.           Height = 13
  278.           Caption = 'The period of time'
  279.           FocusControl = frAfter.edsHour
  280.           Font.Charset = DEFAULT_CHARSET
  281.           Font.Color = clWindow
  282.           Font.Height = -11
  283.           Font.Name = 'MS Sans Serif'
  284.           Font.Style = []
  285.           ParentFont = False
  286.         end
  287.         inline frAfter: TTimePartsFrame
  288.           Left = 112
  289.           Top = 7
  290.           Width = 289
  291.           Height = 26
  292.           Constraints.MinWidth = 286
  293.           TabOrder = 0
  294.           TabStop = True
  295.           ExplicitLeft = 112
  296.           ExplicitTop = 7
  297.           ExplicitWidth = 289
  298.           ExplicitHeight = 26
  299.           inherited mxFlatLabel1: TLabel
  300.             Width = 32
  301.             ExplicitWidth = 32
  302.           end
  303.           inherited mxFlatLabel2: TLabel
  304.             Width = 27
  305.             ExplicitWidth = 27
  306.           end
  307.           inherited mxFlatLabel3: TLabel
  308.             Width = 28
  309.             ExplicitWidth = 28
  310.           end
  311.         end
  312.       end
  313.     end
  314.     object cbRunTask: TElComboBox
  315.       Left = 128
  316.       Top = 4
  317.       Width = 281
  318.       Height = 21
  319.       Cursor = crIBeam
  320.       Items.Strings = (
  321.         'Now'
  322.         'Once'
  323.         'After some time')
  324.       Style = csDropDownList
  325.       ItemHeight = 13
  326.       OnChange = cbRunTaskChange
  327.       Flat = True
  328.       LineBorderActiveColor = clBlack
  329.       LineBorderInactiveColor = clBlack
  330.       TabOrder = 1
  331.       ParentColor = False
  332.       Anchors = [akLeft, akTop, akRight]
  333.     end
  334.   end
  335. end
  336.